Book Contents

Greater than or equal to (GE or >=)

Compares two values and returns a 1 (true) if the value on the left is larger or the same as the value on the right, and returns a 0 (false) otherwise.

See also

Quick reference to operators